home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -serious- / wb / newicons46upd / update_binaries < prev    next >
Text File  |  1999-07-12  |  726b  |  25 lines

  1. ;Update_Binaries for NewIcons 4.5 -> 4.6
  2. ;20-Jun-99
  3. ;Team NewIcons
  4.  
  5. C:version >NIL: libs:newicon.library version 40 revision 1
  6. If warn
  7.     echo "Hmm..it seems you have not installed the full NewIcons V4.5."
  8.     echo "I cannot update something that doesn't exist on your system."
  9.     echo "Please install the main 4.5 archive first, then run this script,"
  10.     echo "or get the 4.6 full install from Aminet or the NewIcons website."
  11.     skip end
  12. endif
  13. echo "Installing NewIconsPrefs to Sys:Prefs..." noline
  14. copy Prefs/#? to Sys:Prefs QUIET
  15. wait
  16. echo "done."
  17. wait
  18. echo "Installing NewIcons executable to C:..." noline
  19. copy c/#? C: QUIET
  20. wait
  21. echo "done."
  22. echo
  23. echo "Installation Complete.  Don't forget to reboot."
  24. wait 3
  25. lab end